• SQL SERVER – Preserve Leading Zero While Coping to Excel from SSMS

    Updated: 2012-09-30 02:30:08
    Earlier I wrote two articles about how to efficiently copy data from SSMS to Excel. Since I wrote that post there are plenty of interest generated on this subject. There are a few questions I keep on getting over this subject. One of the question is how to get the leading zero preserved while copying [...]

  • SQL SERVER – Importance of User Without Login

    Updated: 2012-09-29 02:30:07
    Some questions are very open ended and it is very hard to come up with exact requirements. Here is one question I was asked in recent User Group Meeting. Question: “In recent version of SQL Server we can create user without login. What is the use of it?” Great question indeed. Let me first attempt [...]

  • ADO.NET Data Access Component for SQL Server in C# and VB.NET

    Updated: 2012-09-28 15:03:00
    A data access component for SQL Server in VB.NET.

  • Speaker Prep Tip: Use the AV Studio Built into that Laptop

    Updated: 2012-09-28 15:00:36
    Over at erinstellato.com there is a great post this week about tips for new presenters. Ms. Stellato suggests, insightfully, that we record ourselves, which is really a fantastic piece of advice. What’s extra-cool is that today you don’t need any special equipment or expensive software to do just that. This week I “filmed” two run-throughs of my talk for SQL Saturday tomorrow. For me, the timing is the hardest thing – figuring out how much content I can really present in the time allowed without...(read more)

  • SQL SERVER – A Picture is Worth a Thousand Words – A Collection of Inspiring and Funny Posts by Vinod Kumar

    Updated: 2012-09-28 02:30:37
    One of the most popular quotes is: A picture is worth a thousand words. Working on this concept I started a series over my blog called the “Picture Post”. Rather than rambling over tons of material over text, we are trying to give you a capsule mode of the blog in a quick glance. Some [...]

  • SQL SERVER – Not Possible – Delete From Multiple Table – Update Multiple Table in Single Statement

    Updated: 2012-09-27 02:30:39
    There are two questions which I get every single day multiple times. In my gmail, I have created standard canned reply for them. Let us see the questions here. I want to delete from multiple table in a single statement how will I do it? I want to update multiple table in a single statement [...]

  • SQL SERVER – Copy Column Headers from Resultset – SQL in Sixty Seconds #027 – Video

    Updated: 2012-09-26 02:30:37
    SQL Server Management Studio returns results in Grid View, Text View and to the file. When we copy results from Grid View to Excel there is a common complaint that the column  header displayed in resultset is not copied to the Excel. I often spend time in performance tuning databases and I run many DMV’s in [...]

  • Big label generator

    Updated: 2012-09-26 01:45:19
    THE SQL Server Blog Spot on the Web Welcome to SQLblog.com The SQL Server blog spot on the web Sign in in SSIS Junkie Entire Site Search Home Blogs Downloads Opml SSIS Junkie This is the blog of Jamie Thomson , a freelance SQL Server developer in London Big label generator Sometimes I write blog posts mainly so that I can find stuff when I need it later . This is such a blog . post Of late I have been writing lots of deployment scripts and I am fan of putting big labels into deployment scripts which , these days , reside in SSDT so one can easily see what’s going on as they execute . Here’s such an example from my current : project which results in this being displayed when the script is : run In case you care PM_EDW is the name of one of our . databases I’m almost embarrassed to admit

  • Scanning the Error Log with PowerShell

    Updated: 2012-09-25 19:33:00
    One of the most important things you can do as a DBA is to keep tabs on the errors reported in the error log, but there's a lot of information there and sometimes it's hard to find the 'good stuff'. You can open the errorlog file directly in a text editor and search for errors but that gets tedious, and string searches generally return just the lines with the error message numbers, and in the error log the real information you want is in the line after that. PowerShell 2.0 introduced a new cmdlet...(read more)

  • Speaking at SQL Saturday #146

    Updated: 2012-09-25 15:49:06
      For any of you up in the New England area that are looking for some good and free SQL Server training you may want to check out the SQL Saturday this fall in southern NH. More specifically the event will be held in Nashua NH on October 20th 2012. There is a wonderful cast of speakers including myself (shameless plug ) with a wide range of topics of which I am sure everyone can find a few topics they are interested in.  I hope to see some familiar faces from my old stomping ground and...(read more)

  • Keeping your options open in a cloud solution

    Updated: 2012-09-25 15:20:00
    THE SQL Server Blog Spot on the Web Welcome to SQLblog.com The SQL Server blog spot on the web Sign in in Buck Woody Entire Site Search Home Blogs Downloads Opml Buck Woody Carpe Datum Keeping your options open in a cloud solution In on-premises solutions we have the full range of options open for a given computing solution but we don't always take advantage of them , for multiple reasons . Data goes in a Relational Database Management System , files go on a share , and e-mail goes to the Exchange . server Over time , vendors including ourselves add in functionality to one product that allow non-standard use of the platform . For example , SQL Server and Oracle , and others allow large binary storage in or through the system something not originally intended for an RDBMS to handle . There

  • SQL SERVER – Basic Calculation and PEMDAS Order of Operation

    Updated: 2012-09-25 02:30:31
    After thinking a long time, I have decided to write about this blog post. I had no plan to create a blog post about this subject but the amount of conversation this one has created on my Facebook page, I decided to bring up a few of the question and concerns discussed on the Facebook page. [...]

  • Getting Started With XML Indexes

    Updated: 2012-09-25 01:00:00
    XML Indexes make a huge difference to the speed of XML queries, as Seth Delconte explains; and demonstrates by running queries against half a million XML employee records. The execution time of a query is reduced from two seconds to being too quick to measure, purely by creating the right type of secondary index for the query.

  • Book Review: Pro SQL Server 2008 Relational Database Design and Implementation

    Updated: 2012-09-24 17:56:00
    Investing in proper database design is a very efficient way to cut maintenance costs. If we expect a system to last, we need to make sure it has a good solid foundation - high quality database design. Surely we can and sometimes do cut corners and save on database design to get things done faster. Unfortunately, such cutting corners frequently comes back and bites us: we may end up spending a lot of time solving issues caused by poor design. So, solid understanding of relational database design is...(read more)

  • MDX Studio download #mdx #ssas

    Updated: 2012-09-24 12:52:00
    THE SQL Server Blog Spot on the Web Welcome to SQLblog.com The SQL Server blog spot on the web Sign in in SQLBI Marco Russo Entire Site Search Home Blogs Downloads Opml SQLBI Marco Russo SQLBI is a blog dedicated to building Business Intelligence solutions with SQL Server MDX Studio download mdx ssas Short version : the latest available version of MDX Studio can be downloaded from http : www.sqlbi.com tools mdx-studio Long version : Last week Stacia Misner twitted that the online version of MDX Studio was no longer available . It was hosted on http : mdx.mosha.com It was a sad news , and it is also not good that nobody is maintaining the desktop version of MDX Studio . The latest release is the 0.4.14 and as I am writing it is still available on a SkyDrive link provided by Mosha Pasumansky

  • Step 9 of the Stairway to Integration Services is Live!

    Updated: 2012-09-24 12:00:00
    Control Flow Task Errors – Step 9 of the Stairway to Integration Services is now available at SQL Server Central !...(read more)

  • SQL SERVER – Excel Losing Decimal Values When Value Pasted from SSMS ResultSet

    Updated: 2012-09-24 02:30:40
    No! It is not a SQL Server Issue or SSMS issue. It is how things work. There is a simple trick to resolve this issue. It is very common when users are coping the resultset to Excel, the floating point or decimals are missed. The solution is very much simple and it requires a small [...]

  • SQLAuthority News – Download SQL Server 2012 SP1 CTP4

    Updated: 2012-09-23 02:30:09
    There are few trends I often see in the industry, for example i) running servers on n-1 version ii) wait till SP1 to released to adopt the product. Microsoft has recently released SQL Server 2012 SP1 CTP4. CTP stands for Community Technology Preview and it is not the final version yet. The SQL Server 2012 SP1 CTP [...]

  • Selective XML Index - Why is this compelling?

    Updated: 2012-09-22 18:42:00
    Home Syndication Log in Selective XML Index Why is this compelling OK . VM with the SP1 CTP is shut down . Fun's over until I think of something new and cool or you think of something and tell me about it Time to answer Aaron's implied question about what makes this so special it should be shipped in a Service Pack , no less This could be a game changer with respect to XML querying in SQL Server . Both in query speed and in data size reduction . But , you say , not many customers do XML querying in SQL Server . Well , this was one of the reasons why . Cust : I stored some XML in SQL Server and queries are incredably . slow Me : You need at least an primary XML index to make queries tolerably . fast Cust : But I really can't afford all that extra data . And it slows down inserts . And

  • Selective XML Indexes - Learning the rules through error messages

    Updated: 2012-09-22 17:40:00
    Home Syndication Log in Selective XML Index Why is this compelling Selective XML Indexes Learning the rules through error messages Experimenting without docs is a good way to get lots of error messages along the way . I'm learning by attrition , and it seems like I'd be better off knowing the rules . It's not the best way to learn anything , but you can at least learn the limits through the error messages . I was tired of trying seemingly random things and being surprised , so I decided to look for selective XML index error messages . So , here's how to find or imply the rules for Selective XML Indexes . Ids 662, 970, 2735, 6342, 6343 and 6367-6399 and 9535-9539 inclusive select message_id , text from sys.messages where language_id 1033 and text like selective XML Now some of these are

  • Selective XML Index - Secondary Selective XML Indices

    Updated: 2012-09-22 17:12:00
    Home Syndication Log in Selective XML Indexes Learning the rules through error messages Selective XML Index Secondary Selective XML Indices I've only been talking so far about the primary Selective XML Index . But you can also create 0-n secondary Selective XML Indexes . The syntax looks a little bit like secondary non-selective XML Indexes in that you use the USING related XML index You specify one and only one pathspec . Additionally , the XML value that the pathspec points to see previous post cannot be data type xs:untypedAtomic varbinary(max create xml index sxi_secondary1 on foo(thexml using xml index fooidx for pathname1 strongly typed to SQLVARCHAR(25 create xml index sxi_secondary2 on foo(thexml using xml index fooidx for anotherxq strongly typed to XQUERY xs:double SQL FLOAT Msg

  • Selective XML Index - Implementation Details

    Updated: 2012-09-22 16:02:00
    Home Syndication Log in Selective XML Index Secondary Selective XML Indices Selective XML Index Implementation Details A while after I posted part 1, there was a twitter message from Aaron AaronBertrand a well-known smart person in the SQL Server space , about using feature packs as ship vehicles especially when they possibly have the effect of requiring keeping all instances in-sync at the service pack level to keep things working and possibly even making SP feature relevent during a restore . I answered that it must be a compelling feature And then we reminisced about features like vardecimal and 15k partitions So I'll discuss why it is a compelling feature or at least why I happen to think it is later on in the process . But for now , about how it's implemented . Before this even . You

  • Selective XML Indexes in SQL Server - First Try...it works

    Updated: 2012-09-22 13:15:00
    . Home Syndication Log in Selective XML Index Implementation Details Selective XML Indexes in SQL Server First Try . it works OK , so let's try something . Load a bunch of documents . Although , actually this part works with an empty table . create selective xml index fooidx2 on foo(thexml for pathname1 foo bar baz2' Msg 6379, Level 16, State 201, Line 1 selective XML index fooidx' already exists on column thexml' in table foo' . Multiple selective XML indexes per column are not allowed . Only one SXI at a time . With 1-n path specifications . About path specifications . To paraphrase the talk . there are three basic types of paths . 1. Simple : foo bar baz1 2. With : optimizations foo bar baz2 as XQUERY xs:string' MAXLENGTH(25 foo bar baz3 as XQUERY xs:double' SINGLETON foo bar baz4 as

  • Getting started with Selective XML Indexes in SQL Server

    Updated: 2012-09-22 12:59:00
    Home Syndication Log in Selective XML Indexes in SQL Server First Try . it works Getting started with Selective XML Indexes in SQL Server So , it was announced that SQL2012 SP1 CTP4 was released yesterday . You've likely already heard this more than once , everyone seems to revel in repeating announcements from the team And it contains a new feature I was surprised , thought that wasn't supposed to happen , new features in service packs , meanwhile . called Selective XML Indexes . Interesting concept , especially because dragging around a primary XML index that's 3-6 bigger than the data itself is a burden . But , without it , querying on any non-trivial XML is quite slow . To put it nicely . Downloaded and installed the SP remember its a CTP , nbsp DON'T install this on a production

  • SQL SERVER – Validating Unique Columnname Across Whole Database

    Updated: 2012-09-22 02:30:04
    I sometimes come across very strange requirements and often I do not receive a proper explanation of the same. Here is the one of those examples. Asker: “Our business requirement is when we add new column we want it unique across current database.” Pinal: “Why do you have such requirement?” Asker: “Do you know the [...]

  • 24 Hours of PASS - PowerShell 101 for the SQL Server DBA

    Updated: 2012-09-21 03:32:00
    Thanks to everyone who came out for the session today. It was a lot of fun and I hope you had a great experience as well. I've attached the demo scripts and slide deck to this post, and I look forward to seeing you in November at the PASS Summit! Allen...(read more)

  • SQL SERVER – Replace a Column Name in Multiple Stored Procedure all together

    Updated: 2012-09-21 02:30:35
    I receive a lot of emails every day. I try to answer each and every email and comments on Facebook and Twitter. I prefer communication on social media as this gives opportunities to others to read the questions and participate along with me. There is always some question which everyone likes to read and remember. [...]

  • Another Way to Learn SQL Server

    Updated: 2012-09-21 00:03:00
    Since 2004, I have been on the Advisory Board for several continuing education certificate programs for the University of Washington. You might know some of the other Advisory Board Memebrs - check it out. The Advisory Board meets very infrequently and is asked for "advice" (not direction) on various aspects of the program. Generally speaking, courses that are taught for a degree are non-platform specific. Continuing Education courses and certificate programs are more product focused. As you can...(read more)

  • Cumulative Update #7 for SQL Server 2008 Service Pack 3 is available

    Updated: 2012-09-20 22:54:00
    Today Microsoft has released a new cumulative update for SQL Server 2008. Cumulative Update #7 for SQL Server 2008 Service Pack 3 Knowledge Base Article: KB #2738350 At the time of writing, there are 9 fixes listed The build number is 10.00.5794 Relevant for @@VERSION between 10.00.5500 and 10.00.5793 No word yet on an update for Service Pack 2. As usual, I'll post my standard disclaimer here: these updates are NOT for SQL Server 2008 R2 (where @@VERSION will report 10.50.xxxx)....(read more)

  • SQL Server 2012 Service Pack 1 CTP4 is available

    Updated: 2012-09-20 19:28:00
    This morning the SQL Server team announced the release of Service Pack 1 CTP4 for SQL Server 2012. Back in July I talked about CTP3 and how the release contained BI features only; no fixes. The newer CTP does have fixes and other engine enhancements as well; there is even proper documentation in Books Online about the enhancements. The download page also lists them: http://www.microsoft.com/en-us/download/details.aspx?id=34700 The build # is 11.0.2845. There are 37 fixes listed in the knowledge base...(read more)

  • Presenting Using Biml as a Design Patterns Engine to the Himalayan SQL Server UG 29 Sep!

    Updated: 2012-09-20 12:00:00
    I am honored to present “Using Biml as a Design Patterns Engine” to the Himalayan SQL Server User Group 29 Sep 2012 at 3:00 PM (+5:45). Registration is open! :{>...(read more)

  • SQL SERVER – 2 T-SQL Puzzles and Win USD 50 worth Amazon Gift Card and 25 Other Prizes

    Updated: 2012-09-20 02:30:02
    We all love brain teasers and interesting puzzles. Today I decided to come up with 2 interesting puzzles and winner of the contest will get USD 50 worth Amazon Gift Card. The puzzles are sponsored by NuoDB. Additionally, The first 25 individuals who download NuoDB Beta 8 by midnight Friday, Sept. 21 (EST) will automatically receive [...]

  • Highlight Word add-in for Visual Studio 2010 [SSDT]

    Updated: 2012-09-19 12:56:00
    THE SQL Server Blog Spot on the Web Welcome to SQLblog.com The SQL Server blog spot on the web Sign in in SSIS Junkie Entire Site Search Home Blogs Downloads Opml SSIS Junkie This is the blog of Jamie Thomson , a freelance SQL Server developer in London Highlight Word add-in for Visual Studio 2010 SSDT I’ve just been alerted by my colleague Kyle Harvie to a Visual Studio 2010 add-in that should prove very useful if you are an SSDT user . Its simply called Highlight all occurrences of selected word and does exactly what it says on the tin , you highlight a word and it shows all other occurrences of that word in your : script There’s a limitation for sql files which I have reported where the highlighting doesn’t work if the word is wrapped in square brackets but what the heck , its free , it

  • Join the Authors of SSIS Design Patterns at the PASS Summit 2012!

    Updated: 2012-09-19 10:00:00
    My fellow authors and I will be presenting a day-long pre-conference session titled SSIS Design Patterns at the PASS Summit 2012 in Seattle Monday 5 Nov 2012! Register to learn patterns for: Package execution Package logging Loading flat file sources Loading XML sources Loading the cloud Dynamic package generation SSIS Frameworks Data warehouse ETL Data flow performance   Presenting this session: Matt Masson Tim Mitchell Jessica Moss Michelle Ufford Andy Leonard I hope to see you in Seattle!...(read more)

  • Getting Started with StreamInsight 2.1

    Updated: 2012-09-19 06:57:10
    THE SQL Server Blog Spot on the Web Welcome to SQLblog.com The SQL Server blog spot on the web Sign in in StreamInsight Team Entire Site Search Home Blogs Downloads Opml StreamInsight Team Getting Started with StreamInsight 2.1 If you're just beginning to get familiar with StreamInsight , you may be looking for a way to get started . What are the basics How can I get my first StreamInsight application running so I can see how it works Where is the front door' that will get me going If that describes you , then this blog entry might be just what you . need If you're already a StreamInsight wiz , keep reading anyway you may find some helpful links here that you weren't aware of . But here's what we'd like from you experienced readers in particular : if you know of other good resources that

  • SQL SERVER – Effect of Collation on Resultset – SQL in Sixty Seconds #026 – Video

    Updated: 2012-09-19 02:30:49
    Collation is a very important concept but often ignored. I have often seen developers either not understanding this or ignored it – this is plain wrong. In simple word we can say Collation is the language or interpreting done by SQL Server. Well, in today’s SQL in Sixty Seconds we are going to observe how [...]

  • Speaking - 24 Hours of PASS, Summit Preview Edition

    Updated: 2012-09-19 02:26:00
    There's so much to learn to be effective with SQL Server, and you have an opportunity to immerse yourselves in 24 hours of free technical training this week from PASS, via the 24 Hours of PASS event. I'll be presenting an introductory session on PowerShell called PowerShell 101 for the SQL Server DBA . Here's the abstract: The more you have to manage, the more likely you'll want to automate your processes. PowerShell is the scripting language that will make you truly effective at managing lots of...(read more)

  • SSIS Training 15-19 Oct in Reston Virginia

    Updated: 2012-09-18 12:00:00
    Early bird registration is now open for Linchpin People ’s SSIS training course From Zero To SSIS scheduled for 15-19 Oct 2012 in Reston Virginia! Register today – the early bird discount ends 28 Sep 2012. Training Description From Zero to SSIS was developed by Andy Leonard to train technology professionals in the fine art of using SQL Server Integration Services (SSIS) to build data integration and Extract-Transform-Load (ETL) solutions. The training is focused around labs and emphasizes a hands-on...(read more)

  • SQL SERVER – SSMS Automatically Generates TOP (100) PERCENT in Query Designer

    Updated: 2012-09-18 02:30:05
    Earlier this week, I was surfing various SQL forums to see what kind of help developer need in the SQL Server world. One of the question indeed caught my attention. I am here regenerating complete question as well scenario to illustrate the point in a precise manner. Additionally, I have added added second part of [...]

  • The PoSh DBA: Solutions using PowerShell and SQL Server

    Updated: 2012-09-18 01:00:00
    PowerShell is worth using when it is the quickest way to providing a solution. For the DBA, it is much more than getting information from SQL Server instances via PowerShell; it can also be run from SQL Server as part of a system that helps with administrative and monitoring tasks. Laerte explains how.

  • Book Review: SSIS Design Patterns

    Updated: 2012-09-17 14:05:56
    Samuel Vanga ( Blog | @SamuelVanga ) has posted a review of our new book SSIS Design Patterns at his blog . Several of Sam’s statements struck me, but none more than this: Within a few hours of reading SQL Server 2012 Integration Services Design Patterns , it stood out that none of the authors were trying to impress by showing what they all know in SSIS. Instead, they focused on describing solutions and patterns in a great detail (exactly why I paid for). Sam mentions he could not locate the source...(read more)

  • SQL SERVER – Guest Post by Sandip Pani – SQL Server Statistics Name and Index Creation

    Updated: 2012-09-17 02:30:07
    Sometimes something very small or a common error which we observe in daily life teaches us new things. SQL Server Expert Sandip Pani (winner of Joes 2 Pros Contests) has come across similar experience. Sandip has written a guest post on an error he faced in his daily work. Sandip is working for QSI Healthcare [...]

  • Update from Ola Hallengren: Target multiple devices during SQL Server backup

    Updated: 2012-09-17 01:04:00
    : THE SQL Server Blog Spot on the Web Welcome to SQLblog.com The SQL Server blog spot on the web Sign in in The Bit Bucket Greg Low IDisposable Entire Site Search Home Blogs Downloads Opml The Bit Bucket Greg Low IDisposable Ramblings of Greg Low SQL Server MVP , MCM and Microsoft RD SQL Down Under Update from Ola Hallengren : Target multiple devices during SQL Server backup Ola has produced another update of his database management scripts . If you haven't taken a look at them , you should . At the very least , they'll give you good ideas about what to implement and how others have done so . The latest update allows targeting multiple devices during backup . This is available in native SQL Server backup and can be helpful with very large databases . Ola's scripts now support it as . well

  • Matrix Math in SQL

    Updated: 2012-09-17 01:00:00
    Relational Databases have tables as data structures, not arrays. This makes it tricky and slow to do matrix operations, but it doesn't mean it is impossible to do. Joe gives the Celko Slant on how to go about doing Matrix Math in SQL.

  • New version of SQL Server Data Tools is now available

    Updated: 2012-09-16 23:03:45
    THE SQL Server Blog Spot on the Web Welcome to SQLblog.com The SQL Server blog spot on the web Sign in in SSIS Junkie Entire Site Search Home Blogs Downloads Opml SSIS Junkie This is the blog of Jamie Thomson , a freelance SQL Server developer in London New version of SQL Server Data Tools is now available If you don’t follow the SQL Server Data Tools SSDT blog then you may not know that two days ago an updated version of SSDT was released and by SSDT I mean the database projects , not the SSIS SSRS SSAS stuff along with a new version of the SSDT Power Tools . This release incorporates a an updated version of the SQL Server Data Tier Application Framework aka DAC Framework , aka DacFX which you can read about on Adam Mahood’s blog post SQL Server Data-Tier Application Framework September

  • SQL Saturday #156 : Providence, RI

    Updated: 2012-09-16 04:09:00
    Well, East Greenwich, RI. Another successful event, this one put on by John Miner, Brandon Leach, Steve Simon, Scott Abrants and a host of other folks. Several #SQLFamily friends in attendance as well: Grant Fritchey, Mike Walsh, Jack Corbett, Wayne Sheffield and others. I gave a session in the morning and then a session to cap off the day. Thanks to everyone who attended! The downloads are here: T-SQL : Bad Habits & Best Practices The Ins & Outs of Contained Databases...(read more)

  • SQLAuthority News – Download Whitepaper – Power View Infrastructure Configuration and Installation: Step-by-Step and Scripts

    Updated: 2012-09-16 02:30:28
    Power View, a feature of SQL Server 2012 Reporting Services Add-in for Microsoft SharePoint Server 2010 Enterprise Edition, is an interactive data exploration, visualization, and presentation experience. It provides intuitive ad-hoc reporting for business users such as data analysts, business decision makers, and information workers. Microsoft has recently released very interesting whitepaper which covers a sample [...]

  • SQL SERVER – Download Microsoft SQL Server Compact 4.0 SP1

    Updated: 2012-09-15 02:30:54
    Microsoft SQL Server Compact 4.0 is a free, embedded database that software developers can use for building ASP.NET websites and Windows desktop applications. SQL Server Compact 4.0 is the default database for Microsoft WebMatrix. For enhanced development and debugging capabilities, including designer support, Visual Studio can be used to develop ASP.NET web applications and websites using SQL [...]

  • SQL SERVER – Grouping by Multiple Columns to Single Column as A String

    Updated: 2012-09-14 02:30:26
    One of the most common questions I receive in email is how to group multiple column data in comma separate values in a single row grouping by another column. I have previously blogged about it in following two blog posts. However, both aren’t addressing the following exact problem. Comma Separated Values (CSV) from Table Column [...]

  • New Book! SQL Server 2012 Integration Services Design Patterns!

    Updated: 2012-09-13 12:00:00
    SQL Server 2012 Integration Services Design Patterns has been released! The book is done and available thanks to the hard work and dedication of a great crew: Michelle Ufford ( Blog | @sqlfool ) – co-author Jessica M. Moss ( Blog | @jessicammoss ) – co-author Tim Mitchell ( Blog | @tim_mitchell ) – co-author Matt Masson ( Blog | @mattmasson ) – co-author Donald Farmer ( Blog | @donalddotfarmer ) – foreword David Stein ( Blog | @made2mentor ) – technical editing Mark Powers – editing Jonathan Gennick...(read more)

  • SQL SERVER – Core Concepts – Elasticity, Scalability and ACID Properties – Exploring NuoDB an Elastically Scalable Database System

    Updated: 2012-09-13 02:30:00
    I have been recently exploring Elasticity and Scalability attributes of databases. You can see that in my earlier blog posts about NuoDB where I wanted to look at Elasticity and Scalability concepts. The concepts are very interesting, and intriguing as well. I have discussed these concepts with my friend Joyti M and together we have come up with this interesting read. [...]

  • SQL SERVER – Get Date and Time From Current DateTime – SQL in Sixty Seconds #025 – Video

    Updated: 2012-09-12 02:30:27
    This is 25th video of series SQL in Sixty Seconds we started a few months ago. Even though this is 25th video it seems like we have just started this few days ago. The best part of this SQL in Sixty Seconds is that one can learn something new in less than sixty seconds. There [...]

  • SQL SERVER – Why Do We Need Master Data Management – Importance and Significance of Master Data Management (MDM)

    Updated: 2012-09-11 02:30:25
    Let me paint a picture of everyday life for you.  Let’s say you and your wife both have address books for your groups of friends.  There is definitely overlap between them, so that you both have the addresses for your mutual friends, and there are addresses that only you know, and some only she knows.  [...]

  • Why is that SQL Server Instance under stress?

    Updated: 2012-09-11 01:00:00
    There are several reliable indications, using SQL Queries, of the what is causing SQL Server performance problems. Some of these are fairly obvious, but others aren't. Grant shows how you can get clues from any SQL Server as to the cause of stress.

  • SQL SERVER – Why Do We Need Data Quality Services – Importance and Significance of Data Quality Services (DQS)

    Updated: 2012-09-10 02:30:19
    Databases are awesome.  I’m sure my readers know my opinion about this – I have made SQL Server my life’s work after all!  I love technology and all things computer-related.  Of course, even with my love for technology, I have to admit that it has its limits.  For example, it takes a human brain to [...]

  • SQL SERVER – Configuring Interactive Cleansing Suggestion Min Score for Suggestions in Data Quality Services (DQS) – Sensitivity of Suggestion

    Updated: 2012-09-09 02:30:26
    Earlier I talked about what kind of questions, I do not like when I get asked. Today we will go over the question which I like when I get asked the same. One of the reader practices various steps in my earlier blog post Step by Step Guide to Beginning Data Quality Services in SQL [...]

  • SQL SERVER – Unable to DELETE Project in Data Quality Projects (DQS)

    Updated: 2012-09-08 02:30:13
    Here is the email which made me write this blog post. When I write a blog post I write keeping in mind that if the developer is not familiar with the concept he will attempt this on the development server. If due to any reason you attempt it on any other server than your personal [...]

  • SQL SERVER – Fun Post – Connecting Same SQL Server using Different Methods

    Updated: 2012-09-07 02:30:53
    Yesterday I had faced error when I was connecting SQL Server using 127.0.0.1. I had immediately checked if SQL Server is working perfectly by connecting to it by specifiing my local box computer. While I was doing this suddenly I realize that it is indeed interesting to know how many different way we can connect [...]

  • SQL SERVER – FIX ERROR – Cannot connect to . Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. (Microsoft SQL Server, Error: 18452)

    Updated: 2012-09-06 02:30:01
    Just a day ago, I was doing small attempt to connect to my local SQL Server using IP 127.0.0.1. The IP is of my local machine and SQL Server is installed on the local box as well. However, whenever I try to connect to the server it gave me following strange error. Cannot connect to 127.0.0.1. [...]

Current Feed Items | Previous Months Items

Aug 2012 | Jul 2012 | Jun 2012 | May 2012 | Apr 2012 | Mar 2012